OpenRoads Designer CONNECT Edition SDK Help

CalculateEndAbscissa Method

Computes end abscissa of the clothoid

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static doubleCalculateEndAbscissa(int  spiralType,double parameter,double length,double radius2)

Parameters

SettingDescription
   Type of the clothoid
   Parameter of the clothoid
   Length of the clothoid
   End radius of the clothoid

Return Value

End abscissa of the clothoid

See Also